|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jade.core.Runtime
This class is a Singleton class, allowing intial access to the JADE
runtime system. Invoking methods on the shared instance of this
class (i.e. Runtime.instance(),
it is possible to create
| Method Summary | |
AgentContainer |
createAgentContainer(Profile p)
Creates a new agent container in the current JVM, providing access through a proxy object. |
MainContainer |
createMainContainer(Profile p)
Creates a new main container in the current JVM, providing access through a proxy object. |
void |
enableDefaultToolkit()
Deprecated. This method should not be used. It has been temporarily introduced for the JSP example and it will be removed in the next version of JADE |
static java.lang.String |
getCopyrightNotice()
Return a String with copyright Notice, Name and Version of this version of JADE |
static Runtime |
instance()
This method returns the singleton instance of this class that should be then used to create agent containers. |
void |
setCloseVM(boolean flag)
|
void |
startUp(Profile p)
This method just wraps createAgentContainer()
or createMainContainer() and
is here for compatibility with PersonalJava. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public static Runtime instance()
public AgentContainer createAgentContainer(Profile p)
public MainContainer createMainContainer(Profile p)
public void startUp(Profile p)
createAgentContainer()
or createMainContainer() and
is here for compatibility with PersonalJava.createAgentContainer(Profile p)public void setCloseVM(boolean flag)
public void enableDefaultToolkit()
public static java.lang.String getCopyrightNotice()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||